services.akkoma.config.":pleroma"."Pleroma.Repo"
NixOS option
Database configuration. Refer to https://hexdocs.pm/ecto_sql/Ecto.Adapters.Postgres.html#module-connection-options for options.
type: Elixir valueDefault
declared in: nixos/modules/services/web-apps/akkoma.nixView source on NixOS/nixpkgs →{
adapter = (pkgs.formats.elixirConf { }).lib.mkRaw "Ecto.Adapters.Postgres";
socket_dir = "/run/postgresql";
username = config.services.akkoma.user;
database = "akkoma";
}